home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mis_util / buf01 / bfu3.bat < prev    next >
DOS Batch File  |  1986-01-19  |  978b  |  25 lines

  1. Echo Off
  2. Cls
  3. Echo *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  4. Echo * This  Is  An  Example  Of  VIDEOCHK.COM  and  SETCOLOR.COM    *
  5. Echo *                                                               *
  6. Echo * If The Mono Adapter Is In Use, The Screen Will Be Switched To *
  7. Echo * "REVERSE" Video.                                              *
  8. Echo *                                                               *
  9. Echo * If The Color Adapter Is In Use, The ForeGround Will Be White  *
  10. Echo * And The BackGround Color Will Be Blue.                        *
  11. Echo *                                                               *
  12. Echo * Press  Any  Key  To  Contine  Processing                      *
  13. Echo *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  14. Wait
  15. VideoChk
  16. If ErrorLevel 1  Goto Color
  17. :Mono
  18. SetColor 0 7
  19. Goto Done
  20. :Color
  21. SetColor 15 1
  22. :Done
  23. Echo Press The `0' Key To Continue Processing.....
  24. Wait 0
  25. Cls